Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    h(f(x),y)  → f(g(x,y))
2:    g(x,y)  → h(x,y)
There are 2 dependency pairs:
3:    H(f(x),y)  → G(x,y)
4:    G(x,y)  → H(x,y)
The approximated dependency graph contains one SCC: {3,4}. Hence the TRS is terminating.
Tyrolean Termination Tool  (0.00 seconds)   ---  May 3, 2006